func runtime.copyKeys

4 uses

	runtime (current package)
		map.go#L1612: 		copyKeys(t, h, (*bmap)(h.buckets), s, offset)
		map.go#L1620: 		copyKeys(t, h, b, s, offset)
		map.go#L1631: 			copyKeys(t, h, b, s, offset)
		map.go#L1637: func copyKeys(t *maptype, h *hmap, b *bmap, s *slice, offset uint8) {